 |
API Documentation
|
|
|
@ R32G32B32
Format is 3 channels Red Green Blue, each occupying 32 bits (4 bytes), floats.
@ R8G8B8A8
Format is 4 channels Red Green Blue Alpha, each occupying 8 bits (1 byte).
@ B8G8R8A8
Format is 4 channels Blue Green Red Alpha, each occupying 8 bits (1 byte).
@ R16G16B16A16
Format is 4 channels Red Green Blue Alpha, each occupying 16 bits (2 bytes), half floats.
@ UNKNOWN_FORMAT
Format is unknown or not supported.
@ R8G8B8
Format is 3 channels Red Green Blue, each occupying 8 bits (1 byte).
@ B8G8R8
Format is 3 channels Blue Green Red, each occupying 8 bits (1 byte).
Encompasses all API of component NilkinsImages.
Definition: BmpEncoder.h:7
PIXEL_FORMAT
Lists formats for pixels.
Definition: PixelFormat.h:16
@ R32G32B32A32
Format is 4 channels Red Green Blue Alpha, each occupying 32 bits (4 bytes), floats.